Einhugur Word Plugin for Xojo

EinhugurWord.NumberingType Enum

Enum representing types of List indent.

enum EinhugurWord.NumberingType

Constants

TypeBullet = 0Bullet
TypeDecimal = 1Decimal
TypeLowerLetter = 2Lower case letter.
TypeUpperLetter = 3Upper case letter.
TypeLowerRoman = 4Lower case roman number.
TypeUpperRoman = 5Upper case roman number.
TypeUnknown = 20Numbering type is unknown. This might mean that the class instance is not in scope of a specific paragraph or that there is some type which we did not know about.